home *** CD-ROM | disk | FTP | other *** search
- on(keyPress "s"){
- position = "1";
- realtime1 = "0";
- realtime2 = "0";
- realtime3 = "0";
- realtime4 = "0";
- rounds = "0";
- round1 = "00:00:00";
- round2 = "00:00:00";
- round3 = "00:00:00";
- finish = "00:00:00";
- customtimer = "0";
- tellTarget("/computer1")
- {
- gotoAndPlay(10);
- }
- tellTarget("/computer1/auto/move")
- {
- gotoAndStop(8);
- }
- tellTarget("/computer2")
- {
- gotoAndPlay(5);
- }
- tellTarget("/computer2/auto/move")
- {
- gotoAndStop(2);
- }
- tellTarget("/computer3")
- {
- gotoAndPlay(15);
- }
- tellTarget("/computer3/auto/move")
- {
- gotoAndStop(5);
- }
- tellTarget("/player")
- {
- play();
- }
- starttime = "0";
- tellTarget("/finish")
- {
- gotoAndStop(1);
- }
- gotoAndPlay(5);
- }
-